From 97636b99f57bb9aac71fdc022998431d25026c54 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 18 Jul 2012 21:31:16 +0800 Subject: [PATCH] * subr.el (keyboard-translate): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/subr.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2b571a05240..6afecebc0e8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -5,6 +5,8 @@ 2012-07-18 Chong Yidong + * subr.el (keyboard-translate): Doc fix (Bug#7261). + * isearch.el (isearch-mode-map): Handle C-x 8 key translations, and make C-x 8 RET exit isearch (Bug#11439). diff --git a/lisp/subr.el b/lisp/subr.el index 93273b1d41d..8952ea6a9e0 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -732,7 +732,7 @@ Subkeymaps may be modified but are not canonicalized." (put 'keyboard-translate-table 'char-table-extra-slots 0) (defun keyboard-translate (from to) - "Translate character FROM to TO at a low level. + "Translate character FROM to TO on the current terminal. This function creates a `keyboard-translate-table' if necessary and then modifies one entry in it." (or (char-table-p keyboard-translate-table) -- 2.30.2